home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 1
/
Precision Software Applications Silver Collection Volume One (PSM) (1993).iso
/
games
/
egavga
/
1lost.arj
/
LOST.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-01-03
|
569b
|
41 lines
echo off
:START
cls
LOSTMENU
ASK Enter your selection: [1-5]: @12345
cls
IF ERRORLEVEL 5 GOTO 5
IF ERRORLEVEL 4 GOTO 4
IF ERRORLEVEL 3 GOTO 3
IF ERRORLEVEL 2 GOTO 2
IF ERRORLEVEL 1 GOTO 1
:1
cls
type lost.doc
pause
Goto Start
:2
cls
type controls.doc
pause
Goto Start
:3
cls
type tdr-form.doc
pause
Goto Start
:4
cls
type trouble.txt
pause
Goto Start
:5
cls
lost!
echo Loading " Lost " ............
runvga lost.run
lostreg
echo Unregistered Program
:End